home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / May 96 / CW9 68k & ODF R1? < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.7 KB  |  [TEXT/ttxt]

  1. Subject:     CW9 68k & ODF R1?
  2. Sent:        5/20/96 7:19 AM
  3. Received:    5/22/96 8:31 AM
  4. From:        Masahiro Abe, m_abe@sainet.or.jp
  5. Reply-To:    ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. Has anybody figured out how to build working OpenDoc Part with ODF R1 and
  9. CW9 CFM68k? I've tried it but so far the resultant ODFNothing always causes
  10. bus error.
  11.  
  12. I would appreciate if anybody know anything about following items.
  13.  
  14. 1. Is there "ODFrc" plug-in for CW IDE in some archive?
  15.  I've downloaded minimum set of archives noted in ODF download page, and
  16. found ODFrc MPW tool, not CWIDE plug-in.
  17.  
  18. 2. Does "Exception68k.cpp" in Runtime 68k library of CW9 need to be
  19. included into ODFRuntime.lib, if I'm not using native C++ exception?
  20.  It gave me the compile error that "try" is not allowed if C++ exception is
  21. not enabled. I've just commented out those code, but this file may not be
  22. needed.
  23.  
  24. 3. Has anybody had similar bus error as me? Has anybody fugured out what is
  25. the cause of the bus error, and how to fix it?
  26.  I've found out that bus error happened in this calling sequence:
  27.  
  28. CNothingFrame::Draw
  29. FW_CGraphicContext::InitGraphicContext
  30. FW_PrivGC_Initialize
  31. FW_FailOnEvError
  32. FW_GetEvError
  33.  
  34.  It seems to me that the bus error happens when the valiable ev is
  35. accessed.I haven't had time to figure out more.
  36.  
  37. I'll greatly appreciate any comments regarding those issue.
  38. #####################################################################
  39. ##### Masahiro Abe     <Internet   : m_abe@sainet.or.jp       > #####
  40. #####                  <Niftyserve : BXA03713@niftyserve.or.jp> #####
  41. #####################################################################
  42.